home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / DTS QT Utilities.Aug-95 / Projects & Test Apps / MovieGWorlds / TrackGWorlds.h < prev   
Encoding:
Text File  |  1995-07-09  |  676 b   |  26 lines  |  [TEXT/MPCC]

  1. // MovieGWorlds
  2.  
  3. #include "DTSQTUtilities.h"
  4.  
  5.  
  6. // DEFINES
  7. #define DEBUG true
  8.  
  9. const short kWindowHeigth = 300;const short kWindowLength = 600;
  10. const short kWindowXStart = 20; const short kWindowYStart = 40;
  11. const short kDrawTextX = 350;     const short kDrawTextY = 50;
  12. const short kDrawValuesX = 500; const short kDrawValuesY = 50;
  13.  
  14.  
  15.  
  16. // FUNCTION PROTOTYPES
  17. void             InitMacEnvironment(long nMasters);
  18. void             InitializeQTEnvironment(void);
  19. OSErr             InitializeMovie(void);
  20.  
  21. pascal OSErr     MyTrackTransferProc(Track theTrack, long refCon);
  22.  
  23. void             DrawFpsStats(long tickCount);
  24. void            DrawMovieFpsStats(void);
  25. void             DrawUsageInformation(void);
  26. void            DrawPercentageValues(void);